home *** CD-ROM | disk | FTP | other *** search
/ 1000 Apple LAN Literacy / 1000 Apple LAN Literacy.iso / Apple LAN Literacy / Literacy Segments Part 1 / Literacy Segments Part 1 / background_67878.txt < prev    next >
Text File  |  1989-08-22  |  4KB  |  207 lines

  1. -- background: 67878 from stack: in
  2. -- bmap block id: 68191
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 1.2.1 Title
  6. ----- HyperTalk script -----
  7. on switch
  8.   lock screen
  9.   repeat with i = 1 to the number of bg btns
  10.     set the hilite of bg btn i to false
  11.   end repeat
  12.   set the hilite of the target to true
  13.   hide field "Objectives"
  14.   hide field "Prerequisites"
  15.   hide field "Summary"
  16.   show fld (the short name of the target)
  17. end switch
  18.  
  19.  
  20. -- part 3 (field)
  21. -- low flags: 01
  22. -- high flags: 0000
  23. -- rect: left=18 top=1 right=38 bottom=442
  24. -- title width / last selected line: 0
  25. -- icon id / first selected line: 0 / 0
  26. -- text alignment: 0
  27. -- font id: 156
  28. -- text size: 24
  29. -- style flags: 10240
  30. -- line height: 32
  31. -- part name: Title
  32.  
  33.  
  34. -- part 6 (field)
  35. -- low flags: 81
  36. -- high flags: 0000
  37. -- rect: left=139 top=94 right=320 bottom=450
  38. -- title width / last selected line: 0
  39. -- icon id / first selected line: 0 / 0
  40. -- text alignment: 0
  41. -- font id: 156
  42. -- text size: 16
  43. -- style flags: 0
  44. -- line height: 17
  45. -- part name: Objectives
  46.  
  47.  
  48. -- part 13 (field)
  49. -- low flags: 81
  50. -- high flags: 0000
  51. -- rect: left=139 top=94 right=320 bottom=450
  52. -- title width / last selected line: 0
  53. -- icon id / first selected line: 0 / 0
  54. -- text alignment: 0
  55. -- font id: 156
  56. -- text size: 16
  57. -- style flags: 0
  58. -- line height: 17
  59. -- part name: Summary
  60.  
  61.  
  62. -- part 15 (field)
  63. -- low flags: 81
  64. -- high flags: 0001
  65. -- rect: left=423 top=0 right=13 bottom=466
  66. -- title width / last selected line: 0
  67. -- icon id / first selected line: 0 / 0
  68. -- text alignment: 65535
  69. -- font id: 4
  70. -- text size: 9
  71. -- style flags: 0
  72. -- line height: 12
  73. -- part name: CardTitle
  74.  
  75.  
  76. -- part 25 (button)
  77. -- low flags: 00
  78. -- high flags: 2000
  79. -- rect: left=478 top=319 right=341 bottom=498
  80. -- title width / last selected line: 0
  81. -- icon id / first selected line: 1238 / 1238
  82. -- text alignment: 1
  83. -- font id: 0
  84. -- text size: 12
  85. -- style flags: 0
  86. -- line height: 16
  87. -- part name: Prev
  88. ----- HyperTalk script -----
  89. on mouseUp
  90.   lock screen
  91.   go prev
  92.   unlock screen with scroll right
  93. end mouseUp
  94.  
  95.  
  96. -- part 26 (button)
  97. -- low flags: 00
  98. -- high flags: 2000
  99. -- rect: left=493 top=319 right=341 bottom=512
  100. -- title width / last selected line: 0
  101. -- icon id / first selected line: 1237 / 1237
  102. -- text alignment: 1
  103. -- font id: 0
  104. -- text size: 12
  105. -- style flags: 0
  106. -- line height: 16
  107. -- part name: Next
  108. ----- HyperTalk script -----
  109. on mouseUp
  110.   lock screen
  111.   go next
  112.   unlock screen with scroll left
  113. end mouseUp
  114.  
  115.  
  116. -- part 27 (button)
  117. -- low flags: 00
  118. -- high flags: 2000
  119. -- rect: left=482 top=294 right=320 bottom=509
  120. -- title width / last selected line: 0
  121. -- icon id / first selected line: 1236 / 1236
  122. -- text alignment: 1
  123. -- font id: 0
  124. -- text size: 12
  125. -- style flags: 0
  126. -- line height: 16
  127. -- part name: Last Menu
  128.  
  129.  
  130. -- part 28 (button)
  131. -- low flags: 00
  132. -- high flags: 2000
  133. -- rect: left=482 top=176 right=205 bottom=511
  134. -- title width / last selected line: 0
  135. -- icon id / first selected line: 162 / 162
  136. -- text alignment: 1
  137. -- font id: 0
  138. -- text size: 12
  139. -- style flags: 0
  140. -- line height: 16
  141. -- part name: Help
  142. ----- HyperTalk script -----
  143. on mouseUp
  144.   Help
  145. end mouseUp
  146.  
  147.  
  148.  
  149. -- part 29 (button)
  150. -- low flags: 00
  151. -- high flags: 2000
  152. -- rect: left=480 top=143 right=172 bottom=511
  153. -- title width / last selected line: 0
  154. -- icon id / first selected line: 1310 / 1310
  155. -- text alignment: 1
  156. -- font id: 0
  157. -- text size: 12
  158. -- style flags: 0
  159. -- line height: 16
  160. -- part name: Student Services
  161. ----- HyperTalk script -----
  162. on mousedown
  163.   SSpopUp
  164. end mousedown
  165.  
  166. on mouseup
  167.   if the mouseloc is not within the rect of me then exit to hyperCard
  168.   doSS
  169. end mouseup
  170.  
  171.  
  172.  
  173. -- part 30 (button)
  174. -- low flags: 00
  175. -- high flags: 0000
  176. -- rect: left=443 top=5 right=72 bottom=512
  177. -- title width / last selected line: 0
  178. -- icon id / first selected line: 0 / 0
  179. -- text alignment: 1
  180. -- font id: 0
  181. -- text size: 12
  182. -- style flags: 0
  183. -- line height: 16
  184. -- part name: Instant Reference
  185. ----- HyperTalk script -----
  186. on mouseUp
  187.   instantReference "1.2.1"
  188. end mouseUp
  189.  
  190.  
  191. -- part 32 (button)
  192. -- low flags: 00
  193. -- high flags: 2000
  194. -- rect: left=482 top=208 right=234 bottom=509
  195. -- title width / last selected line: 0
  196. -- icon id / first selected line: 1234 / 1234
  197. -- text alignment: 1
  198. -- font id: 0
  199. -- text size: 12
  200. -- style flags: 0
  201. -- line height: 16
  202. -- part name: Lesson
  203. ----- HyperTalk script -----
  204. on mouseUp
  205.   lesson "1.2.1"
  206. end mouseUp
  207.